home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / May 90 / MacApp.Tech$ 5⁄4⁄90 / 1244-Re ¿What needs to be-May90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  628 b   |  17 lines  |  [TEXT/GEOL]

  1. Item    2304650                         3-May-90        14:53PDT
  2.  
  3. From:   DAWSON.M                        Dawson, Mark
  4.  
  5. To:     V0683                           Amoco Tech, Eric Berdahl,VAR
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: ¿What needs to be in Main?
  10.  
  11. I ran into that problem & it turned out to be that every C++ file you compile
  12. goes into Main unless you do the #pragma segment <segment name> at the top of
  13. the file.  If you are CONCIOUSLY putting too much code into Main, then I would
  14. suggest only keeping code in Main that overrides some TApplication function
  15. (MainEventLoop, etc).
  16.  
  17.